func crypto/x509.boringAllowCert

2 uses

	crypto/x509 (current package)
		notboring.go#L9: func boringAllowCert(c *Certificate) bool { return true }
		verify.go#L706: 	if !boringAllowCert(c) {